mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
11 lines
351 B
C
11 lines
351 B
C
--- lib/ReadPacket.c.orig 1996-08-21 14:23:34 UTC
|
|
+++ lib/ReadPacket.c
|
|
@@ -9,7 +9,7 @@
|
|
* unsigned long header[3];
|
|
* unsigned long *body;
|
|
* int fd[2];
|
|
- * void DeadPipe(int nonsense); /* Called if the pipe is no longer open
|
|
+ * void DeadPipe(int nonsense); // Called if the pipe is no longer open
|
|
*
|
|
* ReadASPacket(fd[1],header, &body);
|
|
*
|