From 53c3e8d1cde2923838604ff4d5444403f692f129 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Mon, 5 Aug 2013 17:02:25 +0000 Subject: Use proper types for device and inode numbers ok kettenis@ --- gnu/usr.bin/texinfo/info/dir.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') 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 -- cgit v1.2.3