aboutsummaryrefslogtreecommitdiff
path: root/sys/svr4/svr4_ustat.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-08-31 22:54:09 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-08-31 22:54:09 +0000
commit50e59af9002f0e1d14034df69026c9ec9697586b (patch)
treec3301cab1cf8a708d1a9a7d36de390c740c18302 /sys/svr4/svr4_ustat.h
parent468ddc8a441355254d6a0845d724b81890259d97 (diff)
downloadsrc-50e59af9002f0e1d14034df69026c9ec9697586b.tar.gz
src-50e59af9002f0e1d14034df69026c9ec9697586b.zip
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
Notes
Notes: svn path=/head/; revision=65302
Diffstat (limited to 'sys/svr4/svr4_ustat.h')
-rw-r--r--sys/svr4/svr4_ustat.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/sys/svr4/svr4_ustat.h b/sys/svr4/svr4_ustat.h
deleted file mode 100644
index 0033c96bae0d..000000000000
--- a/sys/svr4/svr4_ustat.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * Copyright (c) 1998 Mark Newton
- * Copyright (c) 1994 Christos Zoulas
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
- */
-
-#ifndef _SVR4_USTAT_H_
-#define _SVR4_USTAT_H_
-
-#include <svr4/svr4_types.h>
-
-struct svr4_ustat {
- svr4_daddr_t f_tfree;
- svr4_ino_t f_tinode;
- char f_fname[6];
- char f_fpack[6];
-};
-
-#endif /* !_SVR4_USTAT_H_ */