diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-10-16 15:01:25 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-10-16 15:01:25 +0000 |
commit | c0fb2798e163c18237dfaee5fc4d5b1a53fbab3d (patch) | |
tree | b6ff1a35b2b3bf57a4048b9e289cf1139ed534de | |
parent | a666b612a805834e7e1e92451b59f00b854c0c93 (diff) | |
download | pkgsrc-c0fb2798e163c18237dfaee5fc4d5b1a53fbab3d.tar.gz |
patch-ab didn't apply cleanly with solaris9's gpatch. Regen.
-rw-r--r-- | x11/wterm/patches/patch-ab | 15 |
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 .... */ |