artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b374fd7
)
Pull in fnctl modeul so we are sure to get O_* for sysopen().
author
millert
<millert@openbsd.org>
Thu, 9 Mar 2000 21:24:02 +0000
(21:24 +0000)
committer
millert
<millert@openbsd.org>
Thu, 9 Mar 2000 21:24:02 +0000
(21:24 +0000)
usr.bin/vi/build/recover
patch
|
blob
|
history
diff --git
a/usr.bin/vi/build/recover
b/usr.bin/vi/build/recover
index
9675727
..
0b42aa8
100644
(file)
--- a/
usr.bin/vi/build/recover
+++ b/
usr.bin/vi/build/recover
@@
-1,9
+1,12
@@
#!/usr/bin/perl -w
#
-# $OpenBSD: recover,v 1.
3 2000/01/20 18:19:45
millert Exp $
+# $OpenBSD: recover,v 1.
4 2000/03/09 21:24:02
millert Exp $
#
# Script to (safely) recover nvi edit sessions.
#
+
+use Fcntl;
+
$recoverdir = $ARGV[0] || "/var/tmp/vi.recover";
$sendmail = "/usr/sbin/sendmail";