diff options
Diffstat (limited to 'db2/log/log.src')
-rw-r--r-- | db2/log/log.src | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/db2/log/log.src b/db2/log/log.src deleted file mode 100644 index 12883bd1e3..0000000000 --- a/db2/log/log.src +++ /dev/null @@ -1,19 +0,0 @@ -/*- - * See the file LICENSE for redistribution information. - * - * Copyright (c) 1996, 1997, 1998 - * Sleepycat Software. All rights reserved. - * - * @(#)log.src 10.5 (Sleepycat) 4/10/98 - */ - -PREFIX log - -/* Used for registering name/id translations at open or close. */ -BEGIN register -ARG opcode u_int32_t lu -DBT name DBT s -DBT uid DBT s -ARG id u_int32_t lu -ARG ftype DBTYPE lx -END |