~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to packages/base/libc/kernelioctl.pp

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
  Result:=(dir shl _IOC_DIRSHIFT) or (__type shl _IOC_TYPESHIFT) or
123
123
          (nr shl _IOC_NRSHIFT) or (size shl _IOC_SIZESHIFT);
124
124
end;
125
 
                                      
 
125
 
126
126
 
127
127
Function _IO(__type, nr: Cardinal): cardinal;
128
128
begin
129
129
  Result := _IOC(_IOC_NONE,__type,nr,0);
130
 
end;                                        
 
130
end;
131
131
 
132
132
 
133
133
Function _IOR(_type,nr,size : cardinal) : cardinal;
189
189
   TIOCGDEV:=_IOR(ord('T'),$32,4);
190
190
end;
191
191
 
192
 
end.
 
 
b'\\ No newline at end of file'
 
192
end.