/* BLURB gpl
Coda File System
Release 6
Copyright (c) 1987-2003 Carnegie Mellon University
Additional copyrights listed below
This code is distributed "AS IS" without warranty of any kind under
the terms of the GNU General Public Licence Version 2, as shown in the
file LICENSE. The technical and financial contributors to Coda are
listed in the file CREDITS.
Additional copyrights
#*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/types.h>
#include <stdio.h>
#ifdef __cplusplus
}
#endif
#ifndef HAVE_FSEEKO
#define fseeko(stream,offset,whence) fseek((stream),(long)(offset),(whence))
#define ftello(stream) (off_t)ftell((stream))
#endif
syntax highlighted by Code2HTML, v. 0.9.1