CVS commit: src/usr.sbin/bootp/bootpd

2021-11-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Nov 10 15:49:42 UTC 2021

Modified Files:
src/usr.sbin/bootp/bootpd: Makefile.UNIX

Log Message:
s/streror/strerror/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/bootp/bootpd/Makefile.UNIX

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/bootp/bootpd/Makefile.UNIX
diff -u src/usr.sbin/bootp/bootpd/Makefile.UNIX:1.3 src/usr.sbin/bootp/bootpd/Makefile.UNIX:1.4
--- src/usr.sbin/bootp/bootpd/Makefile.UNIX:1.3	Fri Jan  9 08:09:01 1998
+++ src/usr.sbin/bootp/bootpd/Makefile.UNIX	Wed Nov 10 15:49:42 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.UNIX,v 1.3 1998/01/09 08:09:01 perry Exp $
+#	$NetBSD: Makefile.UNIX,v 1.4 2021/11/10 15:49:42 msaitoh Exp $
 #
 #
 # Makefile for the BOOTP programs:
@@ -23,7 +23,7 @@ OPTDEFS= -DSYSLOG -DVEND_CMU -DDEBUG
 # SYSDEFS= -DSVR4
 # SYSLIBS= -lsocket -lnsl
 
-# Uncomment this if your system does not provide streror(3)
+# Uncomment this if your system does not provide strerror(3)
 # STRERROR=strerror.o
 
 # FILE DEFinitions:



CVS commit: src/usr.sbin/bootp/bootpd

2021-11-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Nov 10 15:49:42 UTC 2021

Modified Files:
src/usr.sbin/bootp/bootpd: Makefile.UNIX

Log Message:
s/streror/strerror/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/bootp/bootpd/Makefile.UNIX

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.