fanf 00/09/07 03:24:43
Modified: src/include ap_buckets.h Log: use the right macro names in the double-include-protection stuff Revision Changes Path 1.20 +3 -3 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h =================================================================== RCS file: /home/cvs/apache-2.0/src/include/ap_buckets.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -u -r1.19 -r1.20 --- ap_buckets.h 2000/09/07 10:21:09 1.19 +++ ap_buckets.h 2000/09/07 10:24:41 1.20 @@ -52,8 +52,8 @@ * <http://www.apache.org/>. */ -#ifndef AP_BUF_H -#define AP_BUF_H +#ifndef AP_BUCKETS_H +#define AP_BUCKETS_H #include "httpd.h" #include "apr_general.h" @@ -572,4 +572,4 @@ API_EXPORT(ap_bucket *) ap_bucket_create_pipe(apr_file_t *thispipe); API_EXPORT(ap_bucket *) ap_bucket_make_pipe(ap_bucket *b, apr_file_t *thispipe); -#endif +#endif /* !AP_BUCKETS_H */