diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
commit | f05428e4cd63dde97bac14b84dd146a5c00455e3 (patch) | |
tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /libexec/bootpd | |
parent | 6de57e42c294763c78d77b0a9a7c5a08008a378a (diff) | |
download | FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.zip FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'libexec/bootpd')
-rw-r--r-- | libexec/bootpd/Makefile | 4 | ||||
-rw-r--r-- | libexec/bootpd/bootpd.c | 4 | ||||
-rw-r--r-- | libexec/bootpd/rtmsg.c | 10 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index de4dfdb..2b00e81 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,8 +1,8 @@ # bootpd/Makefile -# $Id: Makefile,v 1.2 1994/09/10 14:59:55 csgr Exp $ +# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $ PROG= bootpd -#CFLAGS+= -DETC_ETHERS +#CFLAGS+= -DETC_ETHERS CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU SUBDIR= tools diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index 323132a..cf693fd 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: bootpd.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $"; +static char rcsid[] = "$Id: bootpd.c,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $"; #endif /* @@ -1235,7 +1235,7 @@ dovend_rfc1048(bp, hp, bootsize) byte *p, *ep; byte tag, len; short msgsz = 0; - + p = vp + 4; ep = p + BP_VEND_LEN - 4; while (p < ep) { diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 41b8273..5942b22 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -39,7 +39,7 @@ /* * from arp.c 8.2 (Berkeley) 1/2/94 - * $Id: rtmsg.c,v 1.2 1995/01/16 18:57:45 dfr Exp $ + * $Id: rtmsg.c,v 1.3 1995/01/30 11:11:43 dfr Exp $ */ #include <sys/param.h> @@ -111,7 +111,7 @@ static struct { } m_rtmsg; /* - * Set an individual arp entry + * Set an individual arp entry */ int bsd_arp_set(ia, eaddr, len) struct in_addr *ia; @@ -156,12 +156,12 @@ tryagain: goto overwrite; } if (doing_proxy == 0) { - report(LOG_WARNING, "set: can only proxy for %s\n", + report(LOG_WARNING, "set: can only proxy for %s\n", inet_ntoa(sin->sin_addr)); return (1); } if (sin_m.sin_other & SIN_PROXY) { - report(LOG_WARNING, + report(LOG_WARNING, "set: proxy entry exists for non 802 device\n"); return(1); } @@ -172,7 +172,7 @@ tryagain: overwrite: if (sdl->sdl_family != AF_LINK) { report(LOG_WARNING, - "cannot intuit interface index and type for %s\n", + "cannot intuit interface index and type for %s\n", inet_ntoa(sin->sin_addr)); return (1); } diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index c154d97..5350b7c 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,9 +1,9 @@ # Makefile -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $ PROG= bootptest MAN8= bootptest.8 -SRCS= bootptest.o print-bootp.o getif.o getether.o report.o +SRCS= bootptest.o print-bootp.o getif.o getether.o report.o SRCDIR= ${.CURDIR}/../.. CFLAGS+=-I${SRCDIR} |