diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/telldir.h | 4 | ||||
-rw-r--r-- | lib/libc/shlib_version | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/telldir.h b/lib/libc/gen/telldir.h index 982dd7763a4..0101db5c216 100644 --- a/lib/libc/gen/telldir.h +++ b/lib/libc/gen/telldir.h @@ -1,4 +1,4 @@ -/* $OpenBSD: telldir.h,v 1.3 2007/10/12 22:41:42 chl Exp $ */ +/* $OpenBSD: telldir.h,v 1.4 2010/10/28 15:02:41 millert Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -43,7 +43,7 @@ * associated with that return value. */ struct ddloc { - long loc_seek; /* magic cookie returned by getdirentries */ + off_t loc_seek; /* magic cookie returned by getdirentries */ long loc_loc; /* offset of entry in buffer */ }; diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 619853626c0..2922581b782 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=57 +major=58 minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |