~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/TeX/utils/gzip/primos/include/errno.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
** errno.h
3
 
**
4
 
** Emulation of the Unix errno.h header file for PRIMOS
5
 
**
6
 
** Author: Peter Eriksson <pen@lysator.liu.se>
7
 
*/
8
 
 
9
 
#ifndef __ERRNO_H__
10
 
#define __ERRNO_H__
11
 
 
12
 
#include <errd.h>
13
 
 
14
 
#define ENOENT e$fntf
15
 
 
16
 
#endif
17