diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-20 17:46:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-20 17:46:07 +0000 |
commit | 2dd2f17ba27f32f94c1df37b8a4e10aa1a76fda4 (patch) | |
tree | c37cd16aa35ceedd8606500ab35e23ded3505d7b | |
parent | 2ccfa13cc7364bb6a9dd63c9e64acabc8428e69a (diff) |
Notes
-rw-r--r-- | print/virtualpaper/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/virtualpaper/files/patch-ab b/print/virtualpaper/files/patch-ab index f3f0c6eae178..805991ac2e91 100644 --- a/print/virtualpaper/files/patch-ab +++ b/print/virtualpaper/files/patch-ab @@ -2,8 +2,8 @@ Use mkfifo instead of mknod to create a FIFO. Mknod require root privileges. Index: buildlectern/src/POSIX/OSUtilsPosix.m3 ---- OSUtilsPosix.m3.orig Mon May 20 13:04:46 1996 -+++ OSUtilsPosix.m3 Thu Jul 10 21:03:34 1997 +--- buildlectern/src/POSIX/OSUtilsPosix.m3.orig Mon May 20 13:04:46 1996 ++++ buildlectern/src/POSIX/OSUtilsPosix.m3 Thu Jul 10 21:03:34 1997 @@ -32,10 +32,10 @@ VAR pFifo: TEXT := NIL; |