SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
editors/uemacs/patches/patch-src_fileio_c
Normal file
11
editors/uemacs/patches/patch-src_fileio_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/fileio.c.orig 1995-11-19 03:09:22.000000000 +0100
|
||||
+++ src/fileio.c 2004-01-06 04:20:22.000000000 +0100
|
||||
@@ -106,7 +106,7 @@ PASCAL NEAR ffclose()
|
||||
putc(26, ffp); /* add a ^Z at the end of the file */
|
||||
#endif
|
||||
|
||||
-#if USG | AIX | AUX | SMOS | HPUX8 | HPUX9 | SUN | XENIX | BSD || FREEBSD | WMCS | VMS | (MSDOS & (LATTICE | MSC | TURBO | IC | ZTC)) | WINNT | OS2 | (TOS & MWC) | AVIION
|
||||
+#if USG || AIX || AUX || SMOS || HPUX8 || HPUX9 || SUN || XENIX || BSD || FREEBSD || OPENBSD || WMCS || VMS || (MSDOS && (LATTICE || MSC || TURBO || IC || ZTC)) || WINNT || OS2 || (TOS && MWC) || AVIION
|
||||
if (fclose(ffp) != FALSE) {
|
||||
mlwrite(TEXT156);
|
||||
/* "Error closing file" */
|
Loading…
Add table
Add a link
Reference in a new issue