Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/mopd/common Fix build on mips (NOAOUT case).



details:   https://anonhg.NetBSD.org/src/rev/4e69e3b95bd7
branches:  trunk
changeset: 769094:4e69e3b95bd7
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Wed Aug 31 13:09:10 2011 +0000

description:
Fix build on mips (NOAOUT case).

diffstat:

 usr.sbin/mopd/common/file.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 5daae9036ae9 -r 4e69e3b95bd7 usr.sbin/mopd/common/file.c
--- a/usr.sbin/mopd/common/file.c       Wed Aug 31 12:56:13 2011 +0000
+++ b/usr.sbin/mopd/common/file.c       Wed Aug 31 13:09:10 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: file.c,v 1.14 2011/08/30 19:49:10 joerg Exp $  */
+/*     $NetBSD: file.c,v 1.15 2011/08/31 13:09:10 nakayama Exp $       */
 
 /*
  * Copyright (c) 1995-96 Mats O Jansson.  All rights reserved.
@@ -26,7 +26,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: file.c,v 1.14 2011/08/30 19:49:10 joerg Exp $");
+__RCSID("$NetBSD: file.c,v 1.15 2011/08/31 13:09:10 nakayama Exp $");
 #endif
 
 #include "os.h"
@@ -58,8 +58,10 @@
 # endif
 #endif /* NOELF */
 
+#ifndef NOAOUT
 static int     getCLBYTES(int);
 static int     getMID(int, int);
+#endif
 
 const char *
 FileTypeName(mopd_imagetype type)



Home | Main Index | Thread Index | Old Index