Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumpuser Oh, stdint.h isn't written with a comma ...



details:   https://anonhg.NetBSD.org/src/rev/03fafb1ad379
branches:  trunk
changeset: 791005:03fafb1ad379
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Oct 30 13:08:14 2013 +0000

description:
Oh, stdint.h isn't written with a comma ...

diffstat:

 lib/librumpuser/rumpuser_dl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r be3b7dace5d9 -r 03fafb1ad379 lib/librumpuser/rumpuser_dl.c
--- a/lib/librumpuser/rumpuser_dl.c     Wed Oct 30 12:55:53 2013 +0000
+++ b/lib/librumpuser/rumpuser_dl.c     Wed Oct 30 13:08:14 2013 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: rumpuser_dl.c,v 1.24 2013/10/30 12:55:53 pooka Exp $  */
+/*      $NetBSD: rumpuser_dl.c,v 1.25 2013/10/30 13:08:14 pooka Exp $  */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -40,7 +40,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpuser_dl.c,v 1.24 2013/10/30 12:55:53 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_dl.c,v 1.25 2013/10/30 13:08:14 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -50,7 +50,7 @@
 #include <dlfcn.h>
 #include <errno.h>
 #include <fcntl.h>
-#include <stdint,h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



Home | Main Index | Thread Index | Old Index