Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tic One more time - do this correctly.



details:   https://anonhg.NetBSD.org/src/rev/08ce45270414
branches:  trunk
changeset: 752230:08ce45270414
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Feb 20 06:20:46 2010 +0000

description:
One more time - do this correctly.

Thanks, joerg.

diffstat:

 usr.bin/tic/tic.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 2ee9775f6ae0 -r 08ce45270414 usr.bin/tic/tic.c
--- a/usr.bin/tic/tic.c Sat Feb 20 06:15:06 2010 +0000
+++ b/usr.bin/tic/tic.c Sat Feb 20 06:20:46 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tic.c,v 1.8 2010/02/20 06:15:06 pgoyette Exp $ */
+/* $NetBSD: tic.c,v 1.9 2010/02/20 06:20:46 pgoyette Exp $ */
 
 /*
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -32,11 +32,11 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: tic.c,v 1.8 2010/02/20 06:15:06 pgoyette Exp $");
+__RCSID("$NetBSD: tic.c,v 1.9 2010/02/20 06:20:46 pgoyette Exp $");
 
 #include <sys/types.h>
 
-#ifdef HAVE_SYS_ENDIAN_H
+#if !HAVE_NBTOOL_CONFIG_H || HAVE_SYS_ENDIAN_H
 #include <sys/endian.h>
 #endif
 



Home | Main Index | Thread Index | Old Index