summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-08-05 17:02:25 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-08-05 17:02:25 +0000
commit53c3e8d1cde2923838604ff4d5444403f692f129 (patch)
treebba97a3b351f8afa76f629c8ab63d7b31c3a0a09 /gnu
parent55d47449732b6db8bc74808c0fb927281fdcc80f (diff)
Use proper types for device and inode numbers
ok kettenis@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/texinfo/info/dir.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/texinfo/info/dir.c b/gnu/usr.bin/texinfo/info/dir.c
index a42e77dec1f..5205538d587 100644
--- a/gnu/usr.bin/texinfo/info/dir.c
+++ b/gnu/usr.bin/texinfo/info/dir.c
@@ -1,5 +1,5 @@
/* dir.c -- how to build a special "dir" node from "localdir" files.
- $Id: dir.c,v 1.4 2006/07/17 16:12:36 espie Exp $
+ $Id: dir.c,v 1.5 2013/08/05 17:02:24 guenther Exp $
Copyright (C) 1993, 1997, 1998, 2004 Free Software Foundation, Inc.
@@ -44,8 +44,8 @@ static char *dirs_to_add[] = {
typedef struct
{
- unsigned long device;
- unsigned long inode;
+ dev_t device;
+ ino_t inode;
} dir_file_list_entry_type;
static int