Module Name:    src
Committed By:   pooka
Date:           Tue Dec 31 00:25:17 UTC 2013

Modified Files:
        src/lib/librumpuser: sp_common.c

Log Message:
Do not export symbols which don't need to be exported.

via Justin Cormack


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/librumpuser/sp_common.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librumpuser/sp_common.c
diff -u src/lib/librumpuser/sp_common.c:1.36 src/lib/librumpuser/sp_common.c:1.37
--- src/lib/librumpuser/sp_common.c:1.36	Mon Jan 14 21:00:16 2013
+++ src/lib/librumpuser/sp_common.c	Tue Dec 31 00:25:17 2013
@@ -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 @@ success(void)
 	return 0;
 }
 
-struct {
+static struct {
 	const char *id;
 	int domain;
 	socklen_t slen;

Reply via email to