diff options
-rw-r--r-- | sbin/mount_portal/activate.c | 4 | ||||
-rw-r--r-- | sbin/mount_portalfs/activate.c | 4 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/activate.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/mount_portal/activate.c b/sbin/mount_portal/activate.c index 5bbd3b5..6eb0c58 100644 --- a/sbin/mount_portal/activate.c +++ b/sbin/mount_portal/activate.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: activate.c,v 1.5 1998/07/06 07:19:23 charnier Exp $"; #endif /* not lint */ #include <errno.h> @@ -148,7 +148,7 @@ int error; /* * Send to kernel... */ - if ((n = sendmsg(so, &msg, MSG_EOR)) < 0) + if ((n = sendmsg(so, &msg, 0)) < 0) syslog(LOG_ERR, "send: %s", strerror(errno)); #ifdef DEBUG fprintf(stderr, "sent %d bytes\n", n); diff --git a/sbin/mount_portalfs/activate.c b/sbin/mount_portalfs/activate.c index 5bbd3b5..6eb0c58 100644 --- a/sbin/mount_portalfs/activate.c +++ b/sbin/mount_portalfs/activate.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: activate.c,v 1.5 1998/07/06 07:19:23 charnier Exp $"; #endif /* not lint */ #include <errno.h> @@ -148,7 +148,7 @@ int error; /* * Send to kernel... */ - if ((n = sendmsg(so, &msg, MSG_EOR)) < 0) + if ((n = sendmsg(so, &msg, 0)) < 0) syslog(LOG_ERR, "send: %s", strerror(errno)); #ifdef DEBUG fprintf(stderr, "sent %d bytes\n", n); diff --git a/usr.sbin/mount_portalfs/activate.c b/usr.sbin/mount_portalfs/activate.c index 5bbd3b5..6eb0c58 100644 --- a/usr.sbin/mount_portalfs/activate.c +++ b/usr.sbin/mount_portalfs/activate.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: activate.c,v 1.5 1998/07/06 07:19:23 charnier Exp $"; #endif /* not lint */ #include <errno.h> @@ -148,7 +148,7 @@ int error; /* * Send to kernel... */ - if ((n = sendmsg(so, &msg, MSG_EOR)) < 0) + if ((n = sendmsg(so, &msg, 0)) < 0) syslog(LOG_ERR, "send: %s", strerror(errno)); #ifdef DEBUG fprintf(stderr, "sent %d bytes\n", n); |