Module Name:    src
Committed By:   pooka
Date:           Mon Aug  2 09:44:23 UTC 2010

Modified Files:
        src/tests/fs/puffs: t_fuzz.c

Log Message:
the old thread which does not return not returning a value
undetectable to all but the sh3 compiler trick


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/puffs/t_fuzz.c

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

Modified files:

Index: src/tests/fs/puffs/t_fuzz.c
diff -u src/tests/fs/puffs/t_fuzz.c:1.1 src/tests/fs/puffs/t_fuzz.c:1.2
--- src/tests/fs/puffs/t_fuzz.c:1.1	Sat Jul 31 17:11:45 2010
+++ src/tests/fs/puffs/t_fuzz.c	Mon Aug  2 09:44:23 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_fuzz.c,v 1.1 2010/07/31 17:11:45 pooka Exp $	*/
+/*	$NetBSD: t_fuzz.c,v 1.2 2010/08/02 09:44:23 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -202,6 +202,8 @@
 			pthread_mutex_lock(&damtx);
 		}
 	}
+
+	return NULL;
 }
 
 static void

Reply via email to