Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser For consistency with other files in the same...
details: https://anonhg.NetBSD.org/src/rev/5cb86c60759c
branches: trunk
changeset: 330003:5cb86c60759c
user: alnsn <alnsn%NetBSD.org@localhost>
date: Tue Jun 17 06:43:21 2014 +0000
description:
For consistency with other files in the same directory
don't include <sys/cdefs.h> before __RCSID.
diffstat:
lib/librumpuser/rumpuser_pth_dummy.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 79792b760702 -r 5cb86c60759c lib/librumpuser/rumpuser_pth_dummy.c
--- a/lib/librumpuser/rumpuser_pth_dummy.c Tue Jun 17 06:36:39 2014 +0000
+++ b/lib/librumpuser/rumpuser_pth_dummy.c Tue Jun 17 06:43:21 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_pth_dummy.c,v 1.16 2013/05/15 14:52:49 pooka Exp $ */
+/* $NetBSD: rumpuser_pth_dummy.c,v 1.17 2014/06/17 06:43:21 alnsn Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@@ -27,9 +27,8 @@
#include "rumpuser_port.h"
-#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: rumpuser_pth_dummy.c,v 1.16 2013/05/15 14:52:49 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_pth_dummy.c,v 1.17 2014/06/17 06:43:21 alnsn Exp $");
#endif /* !lint */
#include <sys/time.h>
Home |
Main Index |
Thread Index |
Old Index