Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/inetd remove -m32 accidentally committed



details:   https://anonhg.NetBSD.org/src/rev/6b11f4beda99
branches:  trunk
changeset: 985530:6b11f4beda99
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 29 11:43:48 2021 +0000

description:
remove -m32 accidentally committed

diffstat:

 usr.sbin/inetd/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 0d0aa9c5a50f -r 6b11f4beda99 usr.sbin/inetd/Makefile
--- a/usr.sbin/inetd/Makefile   Sun Aug 29 11:43:25 2021 +0000
+++ b/usr.sbin/inetd/Makefile   Sun Aug 29 11:43:48 2021 +0000
@@ -1,10 +1,8 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
-#      $NetBSD: Makefile,v 1.26 2021/08/29 11:43:25 christos Exp $
+#      $NetBSD: Makefile,v 1.27 2021/08/29 11:43:48 christos Exp $
 
 .include <bsd.own.mk>
 
-COPTS+=-m32
-
 USE_FORT?= yes # network server
 
 PROG=  inetd



Home | Main Index | Thread Index | Old Index