Index: lorder.sh =================================================================== RCS file: /base/FreeBSD-CVS/src/usr.bin/lorder/lorder.sh,v retrieving revision 1.7 diff -u -p -r1.7 lorder.sh --- lorder.sh 15 Jul 2005 15:21:12 -0000 1.7 +++ lorder.sh 19 Apr 2009 18:43:01 -0000 @@ -65,8 +65,8 @@ done # if the line has " U " it's a globally undefined symbol, put it into # the reference file. ${NM} -go $* | sed " - / [TDW] / { - s/:.* [TDW] / / + / [RTDW] / { + s/:.* [RTDW] / / w $S d }