diff options
author | ache <ache@FreeBSD.org> | 1998-01-21 01:46:07 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-01-21 01:46:07 +0800 |
commit | a9c88bc9b8489f05ea5f11b27831e43b9847805c (patch) | |
tree | b04223250c6920fb443db3527715651de3168dd7 | |
parent | 5866b0a168830a492e803d69a91a97a60f2709a3 (diff) | |
download | freebsd-ports-gnome-a9c88bc9b8489f05ea5f11b27831e43b9847805c.tar.gz freebsd-ports-gnome-a9c88bc9b8489f05ea5f11b27831e43b9847805c.tar.zst freebsd-ports-gnome-a9c88bc9b8489f05ea5f11b27831e43b9847805c.zip |
Fix diff lines (path)
-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; |