1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* db2/Makefile (distribute): Remove files which do not exist
	anymore.
This commit is contained in:
Ulrich Drepper
1999-06-13 13:36:34 +00:00
parent fc37035216
commit ec239360d1
141 changed files with 12490 additions and 9987 deletions

View File

@ -0,0 +1,7 @@
# @(#)commit.awk 10.1 (Sleepycat) 11/1/98
#
# Output tid of committed transactions.
/txn_regop/ {
print $5
}