Files
pkgsrc-ng/editors/sam/patches/patch-aj
2013-09-26 17:14:40 +02:00

13 lines
409 B
Plaintext

$NetBSD: patch-aj,v 1.1 2005/10/10 16:18:04 joerg Exp $
--- samterm/unix.c.orig 2005-07-30 20:19:23.000000000 +0000
+++ samterm/unix.c
@@ -102,7 +102,6 @@ extstart(void)
/* Make the named pipe. Multiple sams with the same user/display share the same pipe */
if (mkfifo(exname, 0600) == -1) {
struct stat statb;
- extern int errno;
if (errno != EEXIST || stat(exname, &statb) == -1)
return;