sys/types.h is not needed here. kevlo@openbsd

This commit is contained in:
itojun 2004-01-05 19:21:00 +00:00
parent 85dd54f188
commit 8047470762
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: gettext.c,v 1.16 2004/01/02 22:19:51 itojun Exp $ */
/* $NetBSD: gettext.c,v 1.17 2004/01/05 19:21:00 itojun Exp $ */
/*-
* Copyright (c) 2000, 2001 Citrus Project,
@ -29,9 +29,8 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: gettext.c,v 1.16 2004/01/02 22:19:51 itojun Exp $");
__RCSID("$NetBSD: gettext.c,v 1.17 2004/01/05 19:21:00 itojun Exp $");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/mman.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: textdomain.c,v 1.8 2003/04/09 14:11:33 drochner Exp $ */
/* $NetBSD: textdomain.c,v 1.9 2004/01/05 19:21:00 itojun Exp $ */
/*-
* Copyright (c) 2000, 2001 Citrus Project,
@ -27,9 +27,8 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: textdomain.c,v 1.8 2003/04/09 14:11:33 drochner Exp $");
__RCSID("$NetBSD: textdomain.c,v 1.9 2004/01/05 19:21:00 itojun Exp $");
#include <sys/types.h>
#include <sys/param.h>
#include <stdio.h>