aboutsummaryrefslogtreecommitdiff
path: root/comms/xcept/files
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2003-09-06 20:08:29 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2003-09-06 20:08:29 +0000
commite6954e884d7c3b0ebb811b742a7ec960ac26da84 (patch)
tree481996237cedfe14db339063dcf03d079718603f /comms/xcept/files
parent6f72f0dfc962129032d5e3ba2dc9b5837cb6e739 (diff)
downloadports-e6954e884d7c3b0ebb811b742a7ec960ac26da84.tar.gz
ports-e6954e884d7c3b0ebb811b742a7ec960ac26da84.zip
Notes
Diffstat (limited to 'comms/xcept/files')
-rw-r--r--comms/xcept/files/patch-ab11
1 files changed, 10 insertions, 1 deletions
diff --git a/comms/xcept/files/patch-ab b/comms/xcept/files/patch-ab
index f3a5140c444b..7a0ceb44d096 100644
--- a/comms/xcept/files/patch-ab
+++ b/comms/xcept/files/patch-ab
@@ -350,7 +350,7 @@
char *fmt;
{
--- ceptd/modeminit.c.orig Wed May 25 19:36:12 1994
-+++ ceptd/modeminit.c Mon Sep 1 16:42:04 2003
++++ ceptd/modeminit.c Sat Sep 6 22:04:39 2003
@@ -82,6 +82,7 @@
extern int errno;
@@ -594,6 +594,15 @@
!!(s&TIOCM_DTR), !!(s&TIOCM_DSR), !!(s&TIOCM_RTS), !!(s&TIOCM_CTS),
!!(s&TIOCM_CD ), !!(s&TIOCM_ST ), !!(s&TIOCM_SR ), !!(s&TIOCM_RI),
!!(s&TIOCM_LE ));
+@@ -544,7 +546,7 @@
+ /* put my pid in it
+ */
+ #ifdef ASCIIPID
+- (void) sprintf(apid, "%09d", getpid());
++ (void) sprintf(apid, "%10d", getpid());
+ (void) write(fd, apid, strlen(apid));
+ #else
+ pid = getpid();
--- ceptd/level2.c.orig Wed May 25 19:36:12 1994
+++ ceptd/level2.c Mon Sep 1 16:41:00 2003
@@ -126,7 +126,7 @@