mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
fa85fdb34b
libPJL- Printer Job Language library A library and a command-line tool to use PJL- HP Printer Job Language PR: ports/69382 Submitted by: Yonatan <Yonatan@xpert.com>
18 lines
322 B
C
18 lines
322 B
C
--- tcpcon.h.orig Thu Aug 5 13:40:47 2004
|
|
+++ tcpcon.h Thu Aug 5 13:40:58 2004
|
|
@@ -9,7 +9,7 @@
|
|
#else
|
|
#include <netinet/in.h>
|
|
#include <sys/time.h>
|
|
-#endif UNIX
|
|
+#endif // UNIX
|
|
|
|
#include "rawmem.h"
|
|
#include "exceptions.h"
|
|
@@ -101,4 +101,4 @@
|
|
bool connected;
|
|
};
|
|
|
|
-#endif __TCPCON_H__
|
|
+#endif // __TCPCON_H__
|