1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-24 06:54:13 +00:00
cde/src/cmd/ksh93/edit
Anuradha Weeraman de2b4a6f97
edit/edit.c: fix compiler warnings (#31)
This fixes compiler warnings for implicit-ints:
warning: return type defaults to 'int' [-Wimplicit-int]
 1854:     sh_tcgetattr(int fd, struct termios *tty)
 1863:     sh_tcsetattr(int fd, int cmd, struct termios *tty)

cmd/ksh93/edit/edit.c:
- Set the return type explicitly to int and align with the prototype
  declared in include/terminal.h.
2020-06-21 01:47:11 +01:00
..
completion.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
edit.c edit/edit.c: fix compiler warnings (#31) 2020-06-21 01:47:11 +01:00
emacs.c Fix an issue with the up arrow key in Emacs editing mode. 2020-06-12 01:45:17 +02:00
hexpand.c Fix 80 typos in comments 2020-06-12 01:45:12 +02:00
history.c Fix two more problems with time zones and epoch handling 2020-06-14 06:53:46 -07:00
vi.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00