mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b93ba8e95c
displaying and editing of documents in the Vietnamese 8-bit VISCII (VIetnamese Standard Code for Information Interchange) data format using the 7-bit VIQR (VIetnamese Quoted Readable) input method.
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
--- tmp.c.orig Wed Dec 5 08:51:19 1990
|
|
+++ tmp.c Wed Dec 4 23:31:22 1996
|
|
@@ -161,7 +161,8 @@
|
|
}
|
|
else
|
|
{
|
|
- setflag(file, NOFILE);
|
|
+ /* setflag(file, NOFILE); */ /* NOFILE conflicts w/4.4BSD's param.h */
|
|
+ setflag(file, NONAME);
|
|
origfd = -1;
|
|
origtime = 0L;
|
|
stat(".", &statb);
|