summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb5int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/kdb/kdb5int.h')
-rw-r--r--src/lib/kdb/kdb5int.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/kdb/kdb5int.h b/src/lib/kdb/kdb5int.h
index 9d63ca86c..56570ceac 100644
--- a/src/lib/kdb/kdb5int.h
+++ b/src/lib/kdb/kdb5int.h
@@ -1,7 +1,6 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/* lib/kdb/kdb5int.h - Private header for kdb5 library */
/*
- * lib/kdb5/kdb5int.h
- *
* Copyright (C) 2008 by the Massachusetts Institute of Technology.
* All rights reserved.
*
@@ -23,9 +22,6 @@
* M.I.T. makes no representations about the suitability of
* this software for any purpose. It is provided "as is" without express
* or implied warranty.
- *
- *
- * Private header file for the kdb5 library for internal functions
*/
#ifndef __KDB5INT_H__