]> granicus.if.org Git - apache/blobdiff - server/util_ebcdic.c
Stop explicitly including the current pid in WinNT MPM messages,
[apache] / server / util_ebcdic.c
index 0c4e9d91576da4ea1ce0388bd5d8c2c61593cc51..df5d4fb96614c481030616d76b742db489d7f84f 100644 (file)
@@ -1,9 +1,9 @@
-/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *
 #include "http_core.h"
 #include "util_ebcdic.h"
 
+APLOG_USE_MODULE(core);
+
 apr_status_t ap_init_ebcdic(apr_pool_t *pool)
 {
     apr_status_t rv;
-    char buf[80];
 
     rv = apr_xlate_open(&ap_hdrs_to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, pool);
     if (rv) {