summaryrefslogtreecommitdiff
path: root/x11/wterm
diff options
context:
space:
mode:
authorbouyer <bouyer>2002-10-16 15:01:25 +0000
committerbouyer <bouyer>2002-10-16 15:01:25 +0000
commit81b764856639b7b07ca1ce3213cbc6ccd5797d06 (patch)
treeb6ff1a35b2b3bf57a4048b9e289cf1139ed534de /x11/wterm
parent20751c7aeca1b85f2372f455014fbcfa0e8b3bed (diff)
downloadpkgsrc-81b764856639b7b07ca1ce3213cbc6ccd5797d06.tar.gz
patch-ab didn't apply cleanly with solaris9's gpatch. Regen.
Diffstat (limited to 'x11/wterm')
-rw-r--r--x11/wterm/patches/patch-ab15
1 files changed, 5 insertions, 10 deletions
diff --git a/x11/wterm/patches/patch-ab b/x11/wterm/patches/patch-ab
index 38d0245ac0a..dda13fd6132 100644
--- a/x11/wterm/patches/patch-ab
+++ b/x11/wterm/patches/patch-ab
@@ -1,13 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2002/03/15 08:48:32 tron Exp $
+$NetBSD: patch-ab,v 1.5 2002/10/16 15:01:25 bouyer Exp $
--- src/utmp.c.orig Sun Mar 5 12:21:34 2000
-+++ src/utmp.c Tue Mar 5 16:21:49 2002
-@@ -66,12 +66,12 @@
- # endif
- #endif
-
- /* ------------------------------------------------------------------------- */
- #ifndef HAVE_UTMPX_H /* supposedly we have updwtmpx ? */
++++ src/utmp.c Wed Oct 16 16:53:32 2002
+@@ -71,7 +71,7 @@
#ifdef WTMP_SUPPORT
/* PROTO */
void
@@ -16,7 +11,7 @@ $NetBSD: patch-ab,v 1.4 2002/03/15 08:48:32 tron Exp $
{
int fd, retry = 10; /* 10 attempts at locking */
struct flock lck; /* fcntl locking scheme */
-@@ -90,7 +96,7 @@
+@@ -90,7 +90,7 @@
close(fd);
return; /* failed for unknown reason: give up */
}
@@ -25,7 +20,7 @@ $NetBSD: patch-ab,v 1.4 2002/03/15 08:48:32 tron Exp $
/* unlocking the file */
lck.l_type = F_UNLCK;
-@@ -218,8 +230,13 @@
+@@ -218,8 +218,13 @@
#endif /* HAVE_UTMP_HOST */
/* ut_name is normally the same as ut_user, but .... */