| File: scratch/portmap_5beta/Makefile | |
|---|---|
| base-0 | patch-1 |
| +++ work/portmap_5beta/Makefile 2003-02-05 03:48:42.000000000 -0600 | +++ work/main.d/portmap_5beta/Makefile 2003-08-22 17:51:02.000000000 -0500 |
| Line | Line |
| # daemon, is always treated as an authorized host. | # daemon, is always treated as an authorized host. |
| Line 69 | Line 69 |
| lint: lint $(COPT) $(OBJECTS:%.o=%.c) | lint: lint $(COPT) $(OBJECTS:%.o=%.c) |
| diff --speed-large-files --minimal -Nru scratch/portmap_5beta/portmap.c work/main.d/portmap_5beta/portmap.c --- scratch/portmap_5beta/portmap.c 1996-07-06 16:06:24.000000000 -0500 +++ work/main.d/portmap_5beta/portmap.c 2003-08-22 17:52:10.000000000 -0500 @@ -98,6 +98,8 @@ extern char *strerror(); #include <stdlib.h> +#include <errno.h> + #ifndef LOG_PERROR #define LOG_PERROR 0 #endif | |