From d0ea3b18e2893943f9deb46244f2674db1920622 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 24 Mar 2012 09:23:50 -0400 Subject: [PATCH] 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 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- src/util/NTMakefile | 3 +-- src/viced/viced.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/util/NTMakefile b/src/util/NTMakefile index ca53965ab3..edbb013575 100644 --- a/src/util/NTMakefile +++ b/src/util/NTMakefile @@ -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) $** $@ diff --git a/src/viced/viced.c b/src/viced/viced.c index f8e1c8d2d7..d4db153f6d 100644 --- a/src/viced/viced.c +++ b/src/viced/viced.c @@ -69,11 +69,11 @@ #include #ifndef AFS_NT40_ENV # include +# include #endif #include "viced_prototypes.h" #include "viced.h" #include "host.h" -#include #if defined(AFS_SGI_ENV) # include "sys/schedctl.h" # include "sys/lock.h"