]> git.pld-linux.org Git - packages/bootp.git/blame - bootp-2.4.3-linux.patch
- dropped pre-cvs changelog
[packages/bootp.git] / bootp-2.4.3-linux.patch
CommitLineData
9d6ebeaf
JR
1--- bootp-2.4.3/bptypes.h.orig Wed Apr 24 17:18:44 1996
2+++ bootp-2.4.3/bptypes.h Wed Apr 24 17:18:50 1996
3@@ -8,7 +8,7 @@
4 */
5
6 #ifndef int32
7-#define int32 long
8+#define int32 int
9 #endif
10 typedef unsigned int32 u_int32;
11
12--- bootp-2.4.3/Makefile.orig Wed Apr 24 17:18:59 1996
13+++ bootp-2.4.3/Makefile Wed Apr 24 20:13:59 1996
14@@ -37,10 +37,10 @@
15
16 INSTALL=/usr/bin/install
17 DESTDIR=
18-BINDIR=/usr/etc
19-MANDIR=/usr/local/man
20+BINDIR=/usr/sbin
21+MANDIR=/usr/man
22
23-CFLAGS= $(OPTDEFS) $(SYSDEFS) $(FILEDEFS) $(MOREDEFS)
11793522 24+CFLAGS= $(OPTDEFS) $(RPM_OPT_FLAGS) $(FILEDEFS) $(MOREDEFS)
9d6ebeaf
JR
25 PROGS= bootpd bootpef bootpgw bootptest
26 TESTS= trylook trygetif trygetea
27
28@@ -141,7 +141,7 @@
29 OBJ_D= bootpd.o dovend.o readfile.o hash.o dumptab.o \
30 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
31 bootpd: $(OBJ_D)
32- $(CC) -o $@ $(OBJ_D) $(SYSLIBS)
33+ $(CC) -o $@ $(OBJ_D) $(SYSLIBS)
34
35 OBJ_EF= bootpef.o dovend.o readfile.o hash.o dumptab.o \
36 lookup.o hwaddr.o tzone.o report.o $(STRERROR)
37--- bootp-2.4.3/hwaddr.c.orig Wed Apr 24 17:22:12 1996
38+++ bootp-2.4.3/hwaddr.c Wed Apr 24 20:00:26 1996
39@@ -22,6 +22,8 @@
40 #include <net/if.h> /* for struct ifnet in net/if_arp.h */
41 #endif
42
43+#define MAX_ADDR_LEN 7
44+
45 #include <net/if_arp.h>
46 #include <netinet/in.h>
47
This page took 0.060262 seconds and 4 git commands to generate.