Fix errno.
This commit is contained in:
parent
245cd1880b
commit
2b2af3ee56
2 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/02/23 23:12:03 agc Exp $
|
||||
$NetBSD: distinfo,v 1.4 2005/12/29 16:20:48 joerg Exp $
|
||||
|
||||
SHA1 (svb.shar.Z) = 9792ca79f49bf21cbe01b01f3fd0645872e646a9
|
||||
RMD160 (svb.shar.Z) = db792b72e96a826099b9097ee5def2fce6830296
|
||||
Size (svb.shar.Z) = 17403 bytes
|
||||
SHA1 (patch-aa) = 0862fa445b83f39631460f9b367bb4337a69fd73
|
||||
SHA1 (patch-ab) = f0c9dc81d9e060e7de06295cc3a6b07779d7f463
|
||||
|
|
12
games/svb/patches/patch-ab
Normal file
12
games/svb/patches/patch-ab
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ab,v 1.1 2005/12/29 16:20:48 joerg Exp $
|
||||
|
||||
--- svs.c.orig 2005-12-29 16:17:25.000000000 +0000
|
||||
+++ svs.c
|
||||
@@ -49,7 +49,6 @@
|
||||
|
||||
extern char *getenv();
|
||||
|
||||
-extern int errno;
|
||||
char *progname;
|
||||
char user_name[40];
|
||||
Bool debug = False;
|
Loading…
Reference in a new issue