xref: /onnv-gate/usr/src/lib/libwrap/patchlevel.h (revision 0:68f95e015346)
1*0Sstevel@tonic-gate /*
2*0Sstevel@tonic-gate  * Copyright 2001 Sun Microsystems, Inc.  All rights reserved.
3*0Sstevel@tonic-gate  * Use is subject to license terms.
4*0Sstevel@tonic-gate  */
5*0Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
6*0Sstevel@tonic-gate 
7*0Sstevel@tonic-gate #ifndef lint
8*0Sstevel@tonic-gate static char patchlevel[] = "@(#) patchlevel 7.6 97/03/21 19:27:23";
9*0Sstevel@tonic-gate #endif
10