Module Name:    src
Committed By:   oster
Date:           Sun Jan 27 04:15:11 UTC 2019

Modified Files:
        src/usr.sbin/sysinst: defs.h

Log Message:
Remove extra #ifdef and duplicated set of #ifdef's.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/sysinst/defs.h

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/sysinst/defs.h
diff -u src/usr.sbin/sysinst/defs.h:1.30 src/usr.sbin/sysinst/defs.h:1.31
--- src/usr.sbin/sysinst/defs.h:1.30	Sun Jan 27 02:08:51 2019
+++ src/usr.sbin/sysinst/defs.h	Sun Jan 27 04:15:11 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: defs.h,v 1.30 2019/01/27 02:08:51 pgoyette Exp $	*/
+/*	$NetBSD: defs.h,v 1.31 2019/01/27 04:15:11 oster Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -368,14 +368,6 @@ int  clean_xfer_dir;
 #if !defined(PKG_ARCH_SUBDIR)
 #define	PKG_ARCH_SUBDIR	MACH
 #endif
-#endif
-
-#if !defined(ARCH_SUBDIR)
-#define	ARCH_SUBDIR	MACH
-#endif
-#if !defined(PKG_ARCH_SUBDIR)
-#define	PKG_ARCH_SUBDIR	MACH
-#endif
 
 #if !defined(SYSINST_PKG_HOST)
 #define SYSINST_PKG_HOST	"ftp.NetBSD.org"

Reply via email to