afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / vol / clone.c
index 2e50dd1..9e029b3 100644 (file)
 /* Clone a volume.  Assumes the new volume is already created */
 
 #include <afs/param.h>
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
 #include <sys/types.h>
 #include <stdio.h>
 #ifdef AFS_PTHREAD_ENV