chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
df9dfcc
)
Moved buffers to peer.c.
author
mdw
<mdw>
Tue, 19 Jun 2001 22:08:37 +0000
(22:08 +0000)
committer
mdw
<mdw>
Tue, 19 Jun 2001 22:08:37 +0000
(22:08 +0000)
tripe.c
patch
|
blob
|
blame
|
history
diff --git
a/tripe.c
b/tripe.c
index 0d44382f34e8e8aee6b65bdd1eddf75722af8b13..f85248c6d0a2c9671050c788a45bc48048d32bce 100644
(file)
--- a/
tripe.c
+++ b/
tripe.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: tripe.c,v 1.
5 2001/02/16 21:43:12
mdw Exp $
+ * $Id: tripe.c,v 1.
6 2001/06/19 22:08:37
mdw Exp $
*
* Main program
*
*
* Main program
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: tripe.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: tripe.c,v $
+ * Revision 1.6 2001/06/19 22:08:37 mdw
+ * Moved buffers to peer.c.
+ *
* Revision 1.5 2001/02/16 21:43:12 mdw
* Provide a more helpful usage message.
*
* Revision 1.5 2001/02/16 21:43:12 mdw
* Provide a more helpful usage message.
*
@@
-53,7
+56,6
@@
/*----- Global variables --------------------------------------------------*/
sel_state sel;
/*----- Global variables --------------------------------------------------*/
sel_state sel;
-octet buf_i[PKBUFSZ], buf_o[PKBUFSZ], buf_t[PKBUFSZ];
/*----- Static variables --------------------------------------------------*/
/*----- Static variables --------------------------------------------------*/