BSD 4_3_Net_2 release
[unix-history] / usr / src / sys / hp300 / include / ansi.h
deleted file mode 100644 (file)
index 655a3d68f7b952bf532dec48611272cc76aa31a7..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
- *
- * %sccs.include.redist.c%
- *
- *     @(#)ansi.h      7.1 (Berkeley) %G%
- */
-
-#ifndef        _ANSI_H_
-#define        _ANSI_H_
-
-/*
- * Types which are fundamental to the implementation and may appear in
- * more than one standard header are defined here.  Standard headers
- * then use:
- *     #ifdef  _SIZE_T_
- *     typedef _SIZE_T_ size_t;
- *     #undef  _SIZE_T_
- *     #endif
- *
- * Thanks, ANSI!
- */
-#define        _CLOCK_T_       unsigned long           /* clock() */
-#define        _PTRDIFF_T_     int                     /* ptr1 - ptr2 */
-#define        _SIZE_T_        unsigned int            /* sizeof() */
-#define        _TIME_T_        long                    /* time() */
-#define        _VA_LIST_       char *                  /* va_list */
-#define        _WCHAR_T_       unsigned short          /* wchar_t */
-
-#endif /* _ANSI_H_ */
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..c7ad7d283bf41a27214604da8237f78335cd9eed
--- /dev/null
@@ -0,0 +1 @@
+../../vax/include/ansi.h
\ No newline at end of file