git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1427 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-14 10:22:48 +00:00
parent fc5de32e47
commit 93dbc8da93
4 changed files with 7 additions and 9 deletions

View File

@@ -1,8 +1,7 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -2,9 +2,10 @@
* Hash table functions
*/
/* $Id$ */
static char rcsid[] = "$Id$";
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
RCSID("$Id$");
#include <assert.h>
#include <stdio.h>

View File

@@ -1,8 +1,7 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h>
#include "symbol.h"

View File

@@ -1,8 +1,7 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
RCSID("$Id$");
#include <string.h>
#include <stdlib.h>
#include "symbol.h"