-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995, 1996, 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
#include <dirstream.h>
/* Return the current position of DIRP. */
-off_t
+long int
telldir (DIR *dirp)
{
return dirp->filepos;