1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Gosh, an enhancement I put in was commented out by my mistake.

This commit is contained in:
Masafumi Max NAKANE 1997-04-21 04:03:54 +00:00
parent 35f6a9860f
commit 276fbaa848
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6261

View File

@ -19,7 +19,7 @@
dummy.tv_usec = 0L;
+ /*Go to background. This part was modified locally by Masafumi NAKANE
+ <max@wide.ad.jp>, and is used only on FreeBSD./*
+ <max@wide.ad.jp>, and is used only on FreeBSD.*/
+ #ifdef __FreeBSD__
+ if (daemon(1, 1) == -1) {
+ perror("daemon");