mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
824d2a80b8
respect CC and CFLAGS
15 lines
302 B
C++
15 lines
302 B
C++
--- src/main.cc.orig Mon Mar 3 17:10:41 1997
|
|
+++ src/main.cc Sun Oct 20 17:41:25 2002
|
|
@@ -18,10 +18,10 @@
|
|
*/
|
|
|
|
#include <errno.h>
|
|
-#include <grp.h>
|
|
#include <pwd.h>
|
|
#include <signal.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/types.h>
|