softsig: not used on windows
authorJeffrey Altman <jaltman@your-file-system.com>
Sat, 24 Mar 2012 13:23:50 +0000 (09:23 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 24 Mar 2012 23:40:02 +0000 (16:40 -0700)
Do not install afs/softsig.h on Windows from src/util

Do not include it in src/viced/viced.c

Change-Id: I8b6dcb1508dcda7da297a0c9a6bfeaf037c40c88
Reviewed-on: http://gerrit.openafs.org/6950
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

src/util/NTMakefile
src/viced/viced.c

index ca53965..edbb013 100644 (file)
@@ -26,8 +26,7 @@ INCFILES =\
        $(INCFILEDIR)\ktime.h \
        $(INCFILEDIR)\fileutil.h \
        $(INCFILEDIR)\afsutil_prototypes.h \
-       $(INCFILEDIR)\secutil_nt.h \
-        $(INCFILEDIR)\softsig.h
+       $(INCFILEDIR)\secutil_nt.h
 
 $(DESTDIR)\include\dirent.h: dirent_nt.h
        $(COPY) $** $@
index f8e1c8d..d4db153 100644 (file)
 #include <afs/dir.h>
 #ifndef AFS_NT40_ENV
 # include <afs/netutils.h>
+# include <afs/softsig.h>
 #endif
 #include "viced_prototypes.h"
 #include "viced.h"
 #include "host.h"
-#include <afs/softsig.h>
 #if defined(AFS_SGI_ENV)
 # include "sys/schedctl.h"
 # include "sys/lock.h"