<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: fuser.h in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325114#M683371</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Steven: Of course you can copy the file. _Using_ it on an HP-UX system would probably be a big mistake, but that's a different question.&lt;BR /&gt;&lt;BR /&gt;Obviously.  Then again, why copy it to HP-UX unless you at least plan to look at it there?  Oh, I know, you could copy it to HP-UX to protect and preserve it!  Without trying to be psychic, I believe a little  inference or deduction generally helps in this world.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 17 Dec 2008 20:03:03 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-12-17T20:03:03Z</dc:date>
    <item>
      <title>fuser.h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325109#M683366</link>
      <description>I am using the Migration Environment v1.4 and to port software from Tru64 to HP-UX 11i v2.&lt;BR /&gt;The software is written in C++ and it uses this&lt;BR /&gt;code under Tru64:&lt;BR /&gt; &lt;BR /&gt;#include(sys/fuser.h)&lt;BR /&gt;&lt;BR /&gt;In Tru64 this file is in &lt;BR /&gt;&lt;BR /&gt;/usr/sys/include/sys/fuser.h&lt;BR /&gt;&lt;BR /&gt;In HP-UX I can't find this file in any place.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 17 Dec 2008 15:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325109#M683366</guid>
      <dc:creator>Berardi Angelo</dc:creator>
      <dc:date>2008-12-17T15:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: fuser.h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325110#M683367</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Without knowing what it is in the Tru64 header you seek, I'd suggest you do:&lt;BR /&gt;&lt;BR /&gt;# grep -i &lt;TOKEN_OF_INTEREST&gt; /usr/include/sys/*.h /usr/include/*.h&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/TOKEN_OF_INTEREST&gt;</description>
      <pubDate>Wed, 17 Dec 2008 15:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325110#M683367</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-12-17T15:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: fuser.h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325111#M683368</link>
      <description>I have used in HP-UX&lt;BR /&gt;&lt;BR /&gt;grep -i "fuser.h" /usr/include/sys/*.h /usr/include/*.h&lt;BR /&gt;&lt;BR /&gt;from / and I used&lt;BR /&gt;&lt;BR /&gt;find . -name "fuser.h" -print&lt;BR /&gt;&lt;BR /&gt;also from / and I didn't find anything.&lt;BR /&gt;&lt;BR /&gt;Is it possible to copy this file from Tru64 to HP-UX?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2008 16:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325111#M683368</guid>
      <dc:creator>Berardi Angelo</dc:creator>
      <dc:date>2008-12-17T16:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: fuser.h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325112#M683369</link>
      <description>Hi (again) Angelo:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have used in HP-UX:&lt;BR /&gt;grep -i "fuser.h" /usr/include/sys/*.h /usr/include/*.h&lt;BR /&gt;&lt;BR /&gt;This is NOT what I meant to suggest.  Rather, by example, if you were looking for where 'FREEFP' was defined, do:&lt;BR /&gt;&lt;BR /&gt;# grep -i FREEFP /usr/include/sys/*.h /usr/include/*.h&lt;BR /&gt;&lt;BR /&gt;...to note that this is defined in '/usr/include/sys/file.h'.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is it possible to copy this file from Tru64 to HP-UX&lt;BR /&gt;&lt;BR /&gt;No.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 17 Dec 2008 18:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325112#M683369</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-12-17T18:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: fuser.h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325113#M683370</link>
      <description>&amp;gt; Is it possible to copy this file from Tru64 to HP-UX&lt;BR /&gt;&lt;BR /&gt;&amp;gt; No.&lt;BR /&gt;&lt;BR /&gt;Of course you can copy the file.  _Using_ it&lt;BR /&gt;on an HP-UX system would probably be a big&lt;BR /&gt;mistake, but that's a different question.</description>
      <pubDate>Wed, 17 Dec 2008 19:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325113#M683370</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-12-17T19:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: fuser.h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325114#M683371</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Steven: Of course you can copy the file. _Using_ it on an HP-UX system would probably be a big mistake, but that's a different question.&lt;BR /&gt;&lt;BR /&gt;Obviously.  Then again, why copy it to HP-UX unless you at least plan to look at it there?  Oh, I know, you could copy it to HP-UX to protect and preserve it!  Without trying to be psychic, I believe a little  inference or deduction generally helps in this world.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 17 Dec 2008 20:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser-h/m-p/4325114#M683371</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-12-17T20:03:03Z</dc:date>
    </item>
  </channel>
</rss>

