diff options
| author | Andreas Klemm <andreas@FreeBSD.org> | 1999-11-10 07:37:21 +0000 |
|---|---|---|
| committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-11-10 07:37:21 +0000 |
| commit | 21a37f22168223036059efc95dc4299f80bbb77c (patch) | |
| tree | 48b6116c694042f45b99f5eac032a3e7454dfcd0 /net/tac_plus4/files/patch-ae | |
| parent | Trim to make portlint happy (diff) | |
Port update after repository copy
Taken from tasic@planka.carrier.kiev.ua
+ some modifications by me
(style, patch additions to compile cleanly, pkg/*)
added convert utility to port/package to enable people
to do migrations, if needed, see the docu for details.
PR: 13716
Submitted by: tasic@planka.carrier.kiev.ua
Diffstat (limited to 'net/tac_plus4/files/patch-ae')
| -rw-r--r-- | net/tac_plus4/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tac_plus4/files/patch-ae b/net/tac_plus4/files/patch-ae new file mode 100644 index 000000000000..d4b6b710404a --- /dev/null +++ b/net/tac_plus4/files/patch-ae @@ -0,0 +1,11 @@ +--- do_acct.c.orig Tue Nov 9 22:02:51 1999 ++++ do_acct.c Tue Nov 9 22:03:30 1999 +@@ -158,7 +158,7 @@ + #endif + entry.ut_time = utime; + +- wtmpfd = open(wtmpfile, O_CREAT | O_WRONLY | O_APPEND | O_SYNC, 0666); ++ wtmpfd = open(wtmpfile, O_CREAT | O_WRONLY | O_APPEND, 0666); + if (wtmpfd < 0) { + report(LOG_ERR, "Can't open wtmp file %s -- %s", + wtmpfile, sys_errlist[errno]); |
