mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
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:
parent
eaea11ef0f
commit
d0ea3b18e2
@ -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) $** $@
|
||||
|
@ -69,11 +69,11 @@
|
||||
#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"
|
||||
|
Loading…
Reference in New Issue
Block a user