projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bccfd49
)
(telldir): Change return type to long int.
author
drepper
<drepper>
Wed, 18 Aug 1999 00:33:45 +0000
(
00:33
+0000)
committer
drepper
<drepper>
Wed, 18 Aug 1999 00:33:45 +0000
(
00:33
+0000)
sysdeps/mach/hurd/telldir.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/telldir.c
b/sysdeps/mach/hurd/telldir.c
index
0063ddf
..
d2ffe03
100644
(file)
--- a/
sysdeps/mach/hurd/telldir.c
+++ b/
sysdeps/mach/hurd/telldir.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1994, 1995, 1997
, 1999
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-25,7
+25,7
@@
/* Return the current position of DIRP. */
/* XXX should be __telldir ? */
-
off_
t
+
long in
t
telldir (dirp)
DIR *dirp;
{