Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tftp __ss_{len, famiy} hack is no longer necessary



details:   https://anonhg.NetBSD.org/src/rev/04c309d82b22
branches:  trunk
changeset: 517773:04c309d82b22
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Nov 19 03:20:02 2001 +0000

description:
__ss_{len,famiy} hack is no longer necessary

diffstat:

 usr.bin/tftp/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (15 lines):

diff -r b0250846ea74 -r 04c309d82b22 usr.bin/tftp/Makefile
--- a/usr.bin/tftp/Makefile     Mon Nov 19 03:19:28 2001 +0000
+++ b/usr.bin/tftp/Makefile     Mon Nov 19 03:20:02 2001 +0000
@@ -1,10 +1,7 @@
-#      $NetBSD: Makefile,v 1.6 1999/07/12 20:19:20 itojun Exp $
+#      $NetBSD: Makefile,v 1.7 2001/11/19 03:20:02 itojun Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  tftp
 SRCS=  main.c tftp.c tftpsubs.c
 
-# cope with past spec changes
-CPPFLAGS+=-Dss_len=__ss_len -Dss_family=__ss_family
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index