[1609] in Athena Bugs
Patch
daemon@ATHENA.MIT.EDU (Chris D. Peterson)
Fri Jan 6 15:51:43 1989
To: bugs@ATHENA.MIT.EDU
Date: Fri, 06 Jan 89 15:50:46 EST
From: Chris D. Peterson <kit@ATHENA.MIT.EDU>
6.0R on a VsII.
patch allows a file that is not writable to be changed seems like a bug to me.
dora (126)>ls -l Dialog.c
-r--r--r-- 1 kit 8837 Jan 6 15:48 Dialog.c
dora (128)>patch Dialog.c < foobar
Hmm... Looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|*** old/lib/Xaw/Dialog.c Tue Sep 6 16:41:14 1988
|--- lib/Xaw/Dialog.c Fri Jan 6 14:37:22 1989
--------------------------
Patching file Dialog.c using Plan A...
Hunk #1 succeeded at 192.
Hunk #2 succeeded at 241.
done
dora (129)>ls -l Dialog.c
-r--r--r-- 1 kit 8510 Jan 6 15:49 Dialog.c
Chris