repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
dist
/
ntp
/
scripts
/
stats
/
dupe.awk
blob
317c2a4faf8422b697d4ccab76c878000430e182
1
#
2
# delete duplicate lines
3
#
4
{
5
if
(
old
!=
$
0
)
6
printf
"%s
\n
"
,
$
0
7
old = $
0
8
}