> src/solaris/native/sun/awt/awt.h >> 113 #if !defined(HEADLESS) && defined(XAWT) >> 114 extern Display *awt_display; /* awt_GraphicsEnv.c */ > > You forgot to update this XAWT usage. Otherwise the fix looks fine. Whoops! Updated in-place. -DrD-