SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
emulators/simh/patches/patch-PDP11_pdp11_hk_c
Normal file
11
emulators/simh/patches/patch-PDP11_pdp11_hk_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- PDP11/pdp11_hk.c.orig Mon Mar 19 17:41:44 2012
|
||||
+++ PDP11/pdp11_hk.c Wed Jun 13 06:36:24 2012
|
||||
@@ -905,7 +905,7 @@ switch (fnc) {
|
||||
for (i = wc; i < awc; i++) /* fill buf */
|
||||
hkxb[i] = 0;
|
||||
if (wc && !err) { /* write buf */
|
||||
- fxwrite (hkxb, sizeof (uint16), wc, uptr->fileref);
|
||||
+ fxwrite (hkxb, sizeof (uint16), awc, uptr->fileref);
|
||||
err = ferror (uptr->fileref);
|
||||
}
|
||||
} /* end if wr */
|
Loading…
Add table
Add a link
Reference in a new issue