diff options
Diffstat (limited to 'contrib/tcsh/patchlevel.h')
-rw-r--r-- | contrib/tcsh/patchlevel.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/tcsh/patchlevel.h b/contrib/tcsh/patchlevel.h deleted file mode 100644 index aca35375b0ac..000000000000 --- a/contrib/tcsh/patchlevel.h +++ /dev/null @@ -1,14 +0,0 @@ -/* $Header: /src/pub/tcsh/patchlevel.h,v 3.126 2000/11/19 20:50:43 christos Exp $ */ -/* - * patchlevel.h: Our life story. - */ -#ifndef _h_patchlevel -#define _h_patchlevel - -#define ORIGIN "Astron" -#define REV 6 -#define VERS 10 -#define PATCHLEVEL 0 -#define DATE "2000-11-19" - -#endif /* _h_patchlevel */ |