brian 96/11/03 13:25:17
Modified: src alloc.h buff.c buff.h conf.h explain.h
http_conf_globals.h http_config.h http_core.h
http_log.h http_main.h http_request.h md5.h
rfc1413.h scoreboard.h util_md5.h util_script.h
Log:
Removed Id lines, as per group consensus.
Revision Changes Path
1.14 +0 -2 apache/src/alloc.h
Index: alloc.h
===================================================================
RCS file: /export/home/cvs/apache/src/alloc.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C3 -r1.13 -r1.14
*** alloc.h 1996/10/17 08:59:54 1.13
--- alloc.h 1996/11/03 21:25:03 1.14
***************
*** 51,58 ****
*
*/
- /* $Id: alloc.h,v 1.13 1996/10/17 08:59:54 ben Exp $ */
-
/*
* Resource allocation routines...
*
--- 51,56 ----
1.8 +0 -2 apache/src/buff.c
Index: buff.c
===================================================================
RCS file: /export/home/cvs/apache/src/buff.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** buff.c 1996/11/03 21:21:04 1.7
--- buff.c 1996/11/03 21:25:04 1.8
***************
*** 50,57 ****
*
*/
- /* $Id: buff.c,v 1.7 1996/11/03 21:21:04 brian Exp $ */
-
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
--- 50,55 ----
1.7 +0 -2 apache/src/buff.h
Index: buff.h
===================================================================
RCS file: /export/home/cvs/apache/src/buff.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** buff.h 1996/08/20 11:50:39 1.6
--- buff.h 1996/11/03 21:25:04 1.7
***************
*** 50,57 ****
*
*/
- /* $Id: buff.h,v 1.6 1996/08/20 11:50:39 paul Exp $ */
-
#include <stdarg.h>
/* Reading is buffered */
--- 50,55 ----
1.42 +0 -2 apache/src/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -C3 -r1.41 -r1.42
*** conf.h 1996/10/22 04:21:44 1.41
--- conf.h 1996/11/03 21:25:05 1.42
***************
*** 50,57 ****
*
*/
- /* $Id: conf.h,v 1.41 1996/10/22 04:21:44 akosut Exp $ */
-
/*
* conf.h: system-dependant #defines and includes...
* See README for a listing of what they mean
--- 50,55 ----
1.3 +0 -2 apache/src/explain.h
Index: explain.h
===================================================================
RCS file: /export/home/cvs/apache/src/explain.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** explain.h 1996/08/20 11:50:41 1.2
--- explain.h 1996/11/03 21:25:05 1.3
***************
*** 1,5 ****
- /* $Id: explain.h,v 1.2 1996/08/20 11:50:41 paul Exp $ */
-
#ifndef EXPLAIN
#define DEF_Explain
#define Explain0(f)
--- 1,3 ----
1.7 +0 -2 apache/src/http_conf_globals.h
Index: http_conf_globals.h
===================================================================
RCS file: /export/home/cvs/apache/src/http_conf_globals.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** http_conf_globals.h 1996/10/02 00:31:51 1.6
--- http_conf_globals.h 1996/11/03 21:25:06 1.7
***************
*** 50,57 ****
*
*/
- /* $Id: http_conf_globals.h,v 1.6 1996/10/02 00:31:51 jim Exp $ */
-
/*
* Process config --- what the process ITSELF is doing
*/
--- 50,55 ----
1.19 +0 -2 apache/src/http_config.h
Index: http_config.h
===================================================================
RCS file: /export/home/cvs/apache/src/http_config.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C3 -r1.18 -r1.19
*** http_config.h 1996/11/03 20:29:38 1.18
--- http_config.h 1996/11/03 21:25:06 1.19
***************
*** 50,57 ****
*
*/
- /* $Id: http_config.h,v 1.18 1996/11/03 20:29:38 brian Exp $ */
-
/*
* The central data structures around here...
*/
--- 50,55 ----
1.14 +0 -2 apache/src/http_core.h
Index: http_core.h
===================================================================
RCS file: /export/home/cvs/apache/src/http_core.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C3 -r1.13 -r1.14
*** http_core.h 1996/10/22 18:54:01 1.13
--- http_core.h 1996/11/03 21:25:07 1.14
***************
*** 50,57 ****
*
*/
- /* $Id: http_core.h,v 1.13 1996/10/22 18:54:01 brian Exp $ */
-
/*****************************************************************
*
* The most basic server code is encapsulated in a single module
--- 50,55 ----
1.5 +0 -2 apache/src/http_log.h
Index: http_log.h
===================================================================
RCS file: /export/home/cvs/apache/src/http_log.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** http_log.h 1996/10/20 18:03:31 1.4
--- http_log.h 1996/11/03 21:25:07 1.5
***************
*** 50,57 ****
*
*/
- /* $Id: http_log.h,v 1.4 1996/10/20 18:03:31 ben Exp $ */
-
void open_logs (server_rec *, pool *p);
void error_log2stderr (server_rec *);
--- 50,55 ----
1.5 +0 -2 apache/src/http_main.h
Index: http_main.h
===================================================================
RCS file: /export/home/cvs/apache/src/http_main.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** http_main.h 1996/08/20 11:50:48 1.4
--- http_main.h 1996/11/03 21:25:08 1.5
***************
*** 50,57 ****
*
*/
- /* $Id: http_main.h,v 1.4 1996/08/20 11:50:48 paul Exp $ */
-
/*
* Routines in http_main.c which other code --- in particular modules ---
* may want to call. Right now, that's limited to timeout handling.
--- 50,55 ----
1.7 +0 -2 apache/src/http_request.h
Index: http_request.h
===================================================================
RCS file: /export/home/cvs/apache/src/http_request.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** http_request.h 1996/10/20 20:45:51 1.6
--- http_request.h 1996/11/03 21:25:08 1.7
***************
*** 50,57 ****
*
*/
- /* $Id: http_request.h,v 1.6 1996/10/20 20:45:51 ben Exp $ */
-
/* http_request.c is the code which handles the main line of request
* processing, once a request has been read in (finding the right per-
* directory configuration, building it if necessary, and calling all
--- 50,55 ----
1.3 +0 -2 apache/src/md5.h
Index: md5.h
===================================================================
RCS file: /export/home/cvs/apache/src/md5.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** md5.h 1996/08/20 11:50:53 1.2
--- md5.h 1996/11/03 21:25:09 1.3
***************
*** 1,5 ****
- /* $Id: md5.h,v 1.2 1996/08/20 11:50:53 paul Exp $ */
-
/*
* This is work is derived from material Copyright RSA Data Security, Inc.
*
--- 1,3 ----
1.3 +0 -2 apache/src/rfc1413.h
Index: rfc1413.h
===================================================================
RCS file: /export/home/cvs/apache/src/rfc1413.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** rfc1413.h 1996/08/20 11:51:21 1.2
--- rfc1413.h 1996/11/03 21:25:09 1.3
***************
*** 50,55 ****
*
*/
- /* $Id: rfc1413.h,v 1.2 1996/08/20 11:51:21 paul Exp $ */
-
extern char *rfc1413(conn_rec *conn, server_rec *srv);
--- 50,53 ----
1.17 +0 -2 apache/src/scoreboard.h
Index: scoreboard.h
===================================================================
RCS file: /export/home/cvs/apache/src/scoreboard.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C3 -r1.16 -r1.17
*** scoreboard.h 1996/10/23 13:15:25 1.16
--- scoreboard.h 1996/11/03 21:25:10 1.17
***************
*** 50,57 ****
*
*/
- /* $Id: scoreboard.h,v 1.16 1996/10/23 13:15:25 mjc Exp $ */
-
#include <sys/times.h>
/* Scoreboard info on a process is, for now, kept very brief ---
--- 50,55 ----
1.3 +0 -2 apache/src/util_md5.h
Index: util_md5.h
===================================================================
RCS file: /export/home/cvs/apache/src/util_md5.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** util_md5.h 1996/08/20 11:51:24 1.2
--- util_md5.h 1996/11/03 21:25:10 1.3
***************
*** 50,57 ****
*
*/
- /* $Id: util_md5.h,v 1.2 1996/08/20 11:51:24 paul Exp $ */
-
#include "md5.h"
char *md5(pool *a, unsigned char *string);
--- 50,55 ----
1.8 +0 -2 apache/src/util_script.h
Index: util_script.h
===================================================================
RCS file: /export/home/cvs/apache/src/util_script.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** util_script.h 1996/10/20 20:45:53 1.7
--- util_script.h 1996/11/03 21:25:10 1.8
***************
*** 50,57 ****
*
*/
- /* $Id: util_script.h,v 1.7 1996/10/20 20:45:53 ben Exp $ */
-
char **create_argv(pool *p, char *av0, const char *args);
#ifdef __EMX__
char **create_argv_cmd(pool *p, char *av0, char *args, char *path);
--- 50,55 ----