cdesktopenv/cde/programs/dtudcexch
Marcin Cieslak ce4004f86b Modern BSDs don't need union wait
We have

pid_t
wait3(int *status, int options, struct rusage *rusage);

on FreeBSD and we don't need (union wait) handling.

Another good candidate for one #ifdef from imake templates.
We have already OPT_BSD_WAIT in ToolTalk's tt_options.h
2012-08-15 15:58:48 -06:00
..
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
README Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtudcexch.msg Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
excutil.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
excutil.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
exportbdf.c Modern BSDs don't need union wait 2012-08-15 15:58:48 -06:00
getbdffn.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
importbdf.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
selectx.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
selectxlfd.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
udcexc.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
udcexp.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
udcimp.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
xlfdutil.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00

README

$XConsortium: README /main/3 1996/10/17 01:48:23 cde-fuj $
/*
 *  (c) Copyright 1995 FUJITSU LIMITED
 *  This is source code modified by FUJITSU LIMITED under the Joint
 *  Development Agreement for the CDEnext PST.
 *  This is unpublished proprietary source code of FUJITSU LIMITED
 */

UDC data exchange utility README

Source code and directory structure
$(TOP)/cde/dtudcexch:
  Imakefile
  udcexc.c
  udcexp.c
  udcimp.c
  getbdffn.c
  excutil.c
  excutil.h  
  selectx.c
  exportbdf.c
  importbdf.c

The dtudcexch command uses following commands.
  dtaddcpf        dtbdftocpf      dtcpftobdf      dtcpftogpf
  dtcpgpf         dtfonteditor    dtgpftobdf      dtgpftocpf
  dtlsgpf

The dtudcexch command uses following libraries.
  libfal.a
  liboakfuty.a