softsig: not used on windows

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>
This commit is contained in:
Jeffrey Altman 2012-03-24 09:23:50 -04:00 committed by Jeffrey Altman
parent eaea11ef0f
commit d0ea3b18e2
2 changed files with 2 additions and 3 deletions

View File

@ -26,8 +26,7 @@ INCFILES =\
$(INCFILEDIR)\ktime.h \ $(INCFILEDIR)\ktime.h \
$(INCFILEDIR)\fileutil.h \ $(INCFILEDIR)\fileutil.h \
$(INCFILEDIR)\afsutil_prototypes.h \ $(INCFILEDIR)\afsutil_prototypes.h \
$(INCFILEDIR)\secutil_nt.h \ $(INCFILEDIR)\secutil_nt.h
$(INCFILEDIR)\softsig.h
$(DESTDIR)\include\dirent.h: dirent_nt.h $(DESTDIR)\include\dirent.h: dirent_nt.h
$(COPY) $** $@ $(COPY) $** $@

View File

@ -69,11 +69,11 @@
#include <afs/dir.h> #include <afs/dir.h>
#ifndef AFS_NT40_ENV #ifndef AFS_NT40_ENV
# include <afs/netutils.h> # include <afs/netutils.h>
# include <afs/softsig.h>
#endif #endif
#include "viced_prototypes.h" #include "viced_prototypes.h"
#include "viced.h" #include "viced.h"
#include "host.h" #include "host.h"
#include <afs/softsig.h>
#if defined(AFS_SGI_ENV) #if defined(AFS_SGI_ENV)
# include "sys/schedctl.h" # include "sys/schedctl.h"
# include "sys/lock.h" # include "sys/lock.h"