Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/usleep.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- src/lib/libc/gen/usleep.c 2008/04/28 20:22:59 1.19 +++ src/lib/libc/gen/usleep.c 2012/06/25 22:32:44 1.20 @@ -1,4 +1,4 @@ -/* $NetBSD: usleep.c,v 1.19 2008/04/28 20:22:59 martin Exp $ */ +/* $NetBSD: usleep.c,v 1.20 2012/06/25 22:32:44 abs Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: usleep.c,v 1.19 2008/04/28 20:22:59 martin Exp $"); +__RCSID("$NetBSD: usleep.c,v 1.20 2012/06/25 22:32:44 abs Exp $"); #endif /* LIBC_SCCS and not lint */ #include "namespace.h" @@ -44,8 +44,7 @@ __weak_alias(usleep,_usleep) #endif int -usleep(useconds) - useconds_t useconds; +usleep(useconds_t useconds) { struct timespec ts;