From 34c71a268a24c65a89dc8fb8a234d3f425b10eda Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 7 Aug 1997 22:28:25 +0000 Subject: Observe precedence set by Phillippe Charnier in adding an rcsid. --- lib/libutil/stat_flags.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/libutil') diff --git a/lib/libutil/stat_flags.c b/lib/libutil/stat_flags.c index 75becab..775bcd7 100644 --- a/lib/libutil/stat_flags.c +++ b/lib/libutil/stat_flags.c @@ -29,13 +29,15 @@ * 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. - * - * from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93 */ #ifndef lint +#if 0 +static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"; +#else static const char rcsid[] = - "$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $"; + "$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $"; +#endif #endif /* not lint */ #include -- cgit v1.1