fstat.c (60fb0ce3657fa4a58498ef506f55f89e3acef6af) fstat.c (6e547eabb804d199d43ff88ef8ed3dff8cfa61c0)
1/*-
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 32 unchanged lines hidden (view full) ---

41#if 0
42static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95";
43#endif
44static const char rcsid[] =
45 "$FreeBSD$";
46#endif /* not lint */
47
48#include <sys/param.h>
1/*-
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 32 unchanged lines hidden (view full) ---

41#if 0
42static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95";
43#endif
44static const char rcsid[] =
45 "$FreeBSD$";
46#endif /* not lint */
47
48#include <sys/param.h>
49#include <sys/lock.h>
49#include <sys/time.h>
50#include <sys/proc.h>
51#include <sys/user.h>
52#include <sys/stat.h>
53#include <sys/vnode.h>
54#include <sys/socket.h>
55#include <sys/socketvar.h>
56#include <sys/domain.h>

--- 814 unchanged lines hidden ---
50#include <sys/time.h>
51#include <sys/proc.h>
52#include <sys/user.h>
53#include <sys/stat.h>
54#include <sys/vnode.h>
55#include <sys/socket.h>
56#include <sys/socketvar.h>
57#include <sys/domain.h>

--- 814 unchanged lines hidden ---