Skip to content
Snippets Groups Projects
Commit 2c41e6cb authored by Olof Barring's avatar Olof Barring Committed by Steven Murray
Browse files

Fix sccsid string and remove log history

parent 5fe1fc9a
No related branches found
No related tags found
No related merge requests found
/*
* $Id: getconfent.c,v 1.7 1999/07/27 09:25:30 obarring Exp $
* $Log: getconfent.c,v $
* Revision 1.7 1999/07/27 09:25:30 obarring
* Add cvsID string constant
*
* Revision 1.6 1999/07/22 15:29:53 obarring
* Go back to use strtok_r instead of strpbrk
*
* Revision 1.5 1999/07/21 12:42:20 jdurand
* HP-UX's cc [without options] don't like function prototypes. Changed it
* to old C style.
*
* Revision 1.4 1999/07/20 15:11:39 obarring
* Add CVS log directive
*
*/
/*
* Copyright (C) 1991-1999 by CERN IT-PDP/DM
* All rights reserved
*/
#ifndef lint
static char cvsId[] = "$Id: getconfent.c,v 1.7 1999/07/27 09:25:30 obarring Exp $";
static char cvsId[] = "@(#)$RCSfile: getconfent.c,v $ $Revision: 1.8 $ $Date: 1999/09/30 13:12:25 $ CERN IT-PDP/DM Olof Barring";
#endif /* not lint */
#include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment