fielding 96/10/27 00:23:22
Modified: src util.c Log: Fixed some comments and removed a redundant include. Revision Changes Path 1.28 +3 -6 apache/src/util.c Index: util.c =================================================================== RCS file: /export/home/cvs/apache/src/util.c,v retrieving revision 1.27 retrieving revision 1.28 diff -C3 -r1.27 -r1.28 *** util.c 1996/10/20 20:45:52 1.27 --- util.c 1996/10/27 07:23:21 1.28 *************** *** 1,5 **** /* ==================================================================== ! * Copyright (c) 1995 The Apache Group. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions --- 1,5 ---- /* ==================================================================== ! * Copyright (c) 1995, 1996 The Apache Group. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions *************** *** 51,68 **** */ /* ! * str.c: string utility things * * 3/21/93 Rob McCool * */ - #include "httpd.h" #include "http_conf_globals.h" /* for user_id & group_id */ - #ifdef QNX - #include <time.h> - #endif char *get_time() { time_t t; --- 51,65 ---- */ /* ! * util.c: string utility things * * 3/21/93 Rob McCool + * 1995-96 Many changes by the Apache Group * */ #include "httpd.h" #include "http_conf_globals.h" /* for user_id & group_id */ char *get_time() { time_t t;