Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: head/bin/sh/histedit.c 199629 2009-11-21 14:28:32Z jilles $");
---
> __FBSDID("$FreeBSD: head/bin/sh/histedit.c 200956 2009-12-24 18:41:14Z jilles $");
409c409
< not_fcnumber(char *s)
---
> not_fcnumber(const char *s)
419c419
< str_to_event(char *str, int last)
---
> str_to_event(const char *str, int last)
422c422
< char *s = str;
---
> const char *s = str;