diff options
author | Vijay Bellur <vijay@gluster.com> | 2011-07-28 11:27:39 +0530 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-07-28 02:52:26 -0700 |
commit | 508cd242ea3495f987cf9f34c627482bfc68949b (patch) | |
tree | c53c2421a27c54af77304c32844d02c23e07b4c1 /glusterfsd | |
parent | 3b60eea533f591517e874ccc36f2489baad42998 (diff) |
libglusterfs: Bring in os_daemon() routine to replace FreeBSD code
Change-Id: I72dda0bb9e3b6cfa8b8ecffe85cc606f5a682313
BUG: 3206
Reviewed-on: http://review.gluster.com/117
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amar@gluster.com>
Diffstat (limited to 'glusterfsd')
-rw-r--r-- | glusterfsd/src/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/glusterfsd/src/Makefile.am b/glusterfsd/src/Makefile.am index 537eda0bbdd..17d7a4a8139 100644 --- a/glusterfsd/src/Makefile.am +++ b/glusterfsd/src/Makefile.am @@ -1,9 +1,6 @@ sbin_PROGRAMS = glusterfsd glusterfsd_SOURCES = glusterfsd.c glusterfsd-mgmt.c -if GF_DARWIN_HOST_OS -glusterfsd_SOURCES += $(CONTRIBDIR)/apple/daemon.c -endif glusterfsd_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \ $(top_builddir)/rpc/rpc-lib/src/libgfrpc.la \ $(top_builddir)/rpc/xdr/src/libgfxdr.la \ @@ -15,9 +12,6 @@ AM_CFLAGS = -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D$(GF_HOST_OS)\ -I$(top_srcdir)/libglusterfs/src -DDATADIR=\"$(localstatedir)\" \ -DCONFDIR=\"$(sysconfdir)/glusterfs\" $(GF_GLUSTERFS_CFLAGS) \ -I$(top_srcdir)/rpc/rpc-lib/src -I$(top_srcdir)/rpc/xdr/src -if GF_DARWIN_HOST_OS -AM_CFLAGS += -I$(CONTRIBDIR)/apple -endif CLEANFILES = |