]> git.ozlabs.org Git - ppp.git/commit
The usage of intptr_t was completely a bad choice, since it's not
authorAdi Masputra <adi.masputra@sun.com>
Mon, 6 Mar 2000 19:38:12 +0000 (19:38 +0000)
committerAdi Masputra <adi.masputra@sun.com>
Mon, 6 Mar 2000 19:38:12 +0000 (19:38 +0000)
commit4ffad8f3fba25ae1a393a523f8526841b81056f5
treefd7e9c2418437be4df72a5c6f33ad530736139ed
parentbaf120b604ced444e816f4b362ccca4b123b0fcf
The usage of intptr_t was completely a bad choice, since it's not
defined in 2.5.1 and earlier, including SunOS 4.x. A type definition
is now added (with support for LP64 as well) in order to avoid this
compilation problem across older Solaris releases.
modules/ppp_ahdlc.c