Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser shush lint
details: https://anonhg.NetBSD.org/src/rev/21016cb354af
branches: trunk
changeset: 761261:21016cb354af
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Jan 22 14:18:55 2011 +0000
description:
shush lint
diffstat:
lib/librumpuser/rumpuser_daemonize.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 1e958517c3a2 -r 21016cb354af lib/librumpuser/rumpuser_daemonize.c
--- a/lib/librumpuser/rumpuser_daemonize.c Sat Jan 22 14:01:27 2011 +0000
+++ b/lib/librumpuser/rumpuser_daemonize.c Sat Jan 22 14:18:55 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_daemonize.c,v 1.1 2010/11/30 14:23:24 pooka Exp $ */
+/* $NetBSD: rumpuser_daemonize.c,v 1.2 2011/01/22 14:18:55 pooka Exp $ */
/*
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: rumpuser_daemonize.c,v 1.1 2010/11/30 14:23:24 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_daemonize.c,v 1.2 2011/01/22 14:18:55 pooka Exp $");
#endif /* !lint */
#include <sys/types.h>
@@ -85,6 +85,7 @@
else if (n != sizeof(error))
error = ESRCH;
_exit(error);
+ /*NOTREACHED*/
}
}
Home |
Main Index |
Thread Index |
Old Index