CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/09 17:29:33
Modified files:
usr.sbin/smtpd : parse.y
Log message:
- recognize '=>' as one token instead of trying to match '=' and '>'. this
prevents: "foo = > bar" from being valid
