1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/security/pft/files/patch-tcpcon.h
Kirill Ponomarev fa85fdb34b Add pft 1.2,
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>
2004-08-09 08:18:49 +00:00

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__