Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser Do not export symbols which don't need to be...
details: https://anonhg.NetBSD.org/src/rev/50c17a5bff99
branches: trunk
changeset: 325596:50c17a5bff99
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Dec 31 00:25:17 2013 +0000
description:
Do not export symbols which don't need to be exported.
via Justin Cormack
diffstat:
lib/librumpuser/sp_common.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2387792bc862 -r 50c17a5bff99 lib/librumpuser/sp_common.c
--- a/lib/librumpuser/sp_common.c Tue Dec 31 00:23:56 2013 +0000
+++ b/lib/librumpuser/sp_common.c Tue Dec 31 00:25:17 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sp_common.c,v 1.36 2013/01/14 21:00:16 pooka Exp $ */
+/* $NetBSD: sp_common.c,v 1.37 2013/12/31 00:25:17 pooka Exp $ */
/*
* Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved.
@@ -714,7 +714,7 @@
return 0;
}
-struct {
+static struct {
const char *id;
int domain;
socklen_t slen;
Home |
Main Index |
Thread Index |
Old Index