Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Don't include daemon.c in RUMPRUN=yes mode.



details:   https://anonhg.NetBSD.org/src/rev/1b010faabee2
branches:  trunk
changeset: 341196:1b010faabee2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Oct 25 16:01:04 2015 +0000

description:
Don't include daemon.c in RUMPRUN=yes mode.

The standard implementation uses fork(), needs an alternative
implementation for Rumprun.

diffstat:

 lib/libc/gen/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 5dc8aa999de1 -r 1b010faabee2 lib/libc/gen/Makefile.inc
--- a/lib/libc/gen/Makefile.inc Sun Oct 25 15:55:58 2015 +0000
+++ b/lib/libc/gen/Makefile.inc Sun Oct 25 16:01:04 2015 +0000
@@ -1,16 +1,16 @@
-#      $NetBSD: Makefile.inc,v 1.191 2015/01/20 17:28:00 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.192 2015/10/25 16:01:04 pooka Exp $
 #      from: @(#)Makefile.inc  8.6 (Berkeley) 5/4/95
 
 # gen sources
 .PATH: ${ARCHDIR}/gen ${.CURDIR}/gen
 
 .if ${RUMPRUN} != "yes"
-SRCS+= _errno.c
+SRCS+= _errno.c daemon.c
 .endif
 
 SRCS+= alarm.c alphasort.c arc4random.c assert.c asysctl.c \
        basename.c clock.c closedir.c closefrom.c \
-       confstr.c ctermid.c ctype_.c daemon.c \
+       confstr.c ctermid.c ctype_.c \
        dehumanize_number.c devname.c dirname.c disklabel.c err.c errx.c \
        errc.c errlist.c errno.c execl.c execle.c execlp.c execv.c execvp.c \
        extattr.c fmtcheck.c fmtmsg.c fnmatch.c fstab.c ftok.c \



Home | Main Index | Thread Index | Old Index