CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2020/05/08 08:30:42

Modified files:
        bin/ksh        : emacs.c 

Log message:
Use proper function pointer type instead of void *

Mixing up function and void pointers isn't defined by POSIX or the
C standard.  POSIX only specifies that casting the result of dlsym(3) to
an appropriate function pointer works.

Avoid all this by using a typedef.

from Michael Forney, ok tb@

Reply via email to