Module Name:    src
Committed By:   pooka
Date:           Mon Feb  7 11:51:02 UTC 2011

Modified Files:
        src/lib/librumphijack: hijack.c

Log Message:
Unbreak the ssp lossage from the default -current build by removing
it.  I still don't have any idea what the ssp stuff is supposed to
do and how it's supposed to even begin to work.  If someone wants
to change this now, run tests/lib/librumphijack before commit so
that I can avoid another multihour debugging session!


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/librumphijack/hijack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librumphijack/hijack.c
diff -u src/lib/librumphijack/hijack.c:1.29 src/lib/librumphijack/hijack.c:1.30
--- src/lib/librumphijack/hijack.c:1.29	Mon Feb  7 10:28:18 2011
+++ src/lib/librumphijack/hijack.c	Mon Feb  7 11:51:02 2011
@@ -1,4 +1,4 @@
-/*      $NetBSD: hijack.c,v 1.29 2011/02/07 10:28:18 pooka Exp $	*/
+/*      $NetBSD: hijack.c,v 1.30 2011/02/07 11:51:02 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.29 2011/02/07 10:28:18 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.30 2011/02/07 11:51:02 pooka Exp $");
 
 #define __ssp_weak_name(fun) _hijack_ ## fun
 
@@ -912,7 +912,7 @@
 #define STUB(fun) fun
 #endif
 
-FDCALL(ssize_t, STUB(read), DUALCALL_READ,				\
+FDCALL(ssize_t, read, DUALCALL_READ,					\
 	(int fd, void *buf, size_t buflen),				\
 	(int, void *, size_t),						\
 	(fd, buf, buflen))

Reply via email to